ASP.NET Core MVC コントロールヘルプ
Content(Func<Object,Object>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PopupBuilder クラス > Content メソッド : Content(Func<Object,Object>) メソッド
The content wrapped in a regular HTML tag or text tag (Razor syntax).
Sets the Content property.
シンタックス
'宣言
 
Public Overloads Function Content( _
   ByVal value As System.Func(Of Object,Object) _
) As PopupBuilder
public PopupBuilder Content( 
   System.Func<object,object> value
)

パラメータ

value
The content wrapped in a regular HTML tag or text tag (Razor syntax).

戻り値の型

Current builder
解説
Sets the HTML content which the popup should display.
参照

PopupBuilder クラス
PopupBuilder メンバ
オーバーロード一覧